@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://gstatic.loli.net/s/notosanssc/v12/k3kJo84MPvpLmixcA63oeALZTYKL.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://gstatic.loli.net/s/notosanssc/v12/k3kIo84MPvpLmixcA63oeALZhaCt9w.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://gstatic.loli.net/s/notosanssc/v12/k3kXo84MPvpLmixcA63oeALhLw.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://gstatic.loli.net/s/notosanssc/v12/k3kIo84MPvpLmixcA63oeALZ3aGt9w.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://gstatic.loli.net/s/notosanssc/v12/k3kIo84MPvpLmixcA63oeALZlaet9w.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://gstatic.loli.net/s/notosanssc/v12/k3kIo84MPvpLmixcA63oeALZraWt9w.otf) format('opentype');
}
html,
body,
div,
span,
p {
  font-family: 'Noto Sans SC';
}
header.bc-white {
  width: 100%;
  height: 68px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header.bc-white .logo {
  display: block;
  float: left;
  height: 67px;
}
header.bc-white .logo img {
  height: 100%;
}
header.bc-white .nav-list {
  height: 68px;
  line-height: 68px;
  width: auto;
  margin-left: 36px;
}
header.bc-white .nav-list ul li {
  width: 94px;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #333333;
  position: relative;
}
header.bc-white .nav-list ul li a {
  color: #333333;
  display: block;
  width: 100%;
  height: 100%;
}
header.bc-white .nav-list ul li div {
  position: absolute;
  top: 68px;
  width: 94px;
  text-align: left;
  line-height: 20px;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 6px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 300;
  display: none;
}
header.bc-white .nav-list ul li div span {
  display: inline-block;
  margin-bottom: 20px;
}
header.bc-white .nav-list ul li div span a {
  font-size: 14px;
  color: #333333;
  outline: none;
}
header.bc-white .nav-list ul li div span a:hover {
  color: #0042d9;
}
header.bc-white .nav-list ul li:hover {
  /*background: #0042d9;*/
}
    header.bc-white .nav-list ul li:hover .list {
        color: #0042d9;
    }
    header.bc-white .nav-list ul li .actives {
        color: #ffffff !important;
        background: #0042d9;
    }
header.bc-white .nav-else {
  height: 68px;
  line-height: 68px;
}
header.bc-white .nav-else .input-box {
  width: 235px;
  position: relative;
}
header.bc-white .nav-else .input-box input {
  width: 229px;
  height: 30px;
  padding-left: 13px;
  padding-right: 30px;
  border: 1px solid #cccccc;
  border-radius: 20px;
}
header.bc-white .nav-else .input-box img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 21px;
  cursor: pointer;
}
header.bc-white .nav-else .login :first-child {
  margin-left: 25px;
}
header.bc-white .nav-else .login span {
  cursor: pointer;
  transition: all 0.3s;
}
header.bc-white .nav-else .login span:hover {
  color: #0042d9;
}
header.bc-white .nav-else .login span.separate {
  border-left: 1px solid;
  margin: 0 12px;
}
header.bc-white .nav-else .login span {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
header.bc-white .nav-else .login span:hover a {
  color: #0042d9 !important;
}
.footer-v2 {
  width: 100%;
  position: relative;
  background: #343434;
  margin-top: 80px;
  padding-top: 44px;
}
.footer-v2 .footer-logo {
  width: 158px;
  height: 58px;
  margin: 0 auto;
}
.footer-v2 .footer-logo img {
  width: 100%;
  height: 100%;
}
.footer-v2 .footer-content {
  width: 1284px;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}
.footer-v2 .footer-content .footer-content-list {
  width: 72%;
  height: auto;
  overflow: hidden;
}
.footer-v2 .footer-content .footer-content-list .footer-content-item {
  width: 22%;
  float: left;
}
.footer-v2 .footer-content .footer-content-list .footer-content-item h5 {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
}
.footer-v2 .footer-content .footer-content-list .footer-content-item h5:hover a {
  color: #ffffff;
}
.footer-v2 .footer-content .footer-content-list .footer-content-item h5 a {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
}
.footer-v2 .footer-content .footer-content-list .footer-content-item .about-us {
  margin-top: 40px;
}
.footer-v2 .footer-content .footer-content-list .footer-content-item .about-us .about-us-item {
  margin-top: 16px;
  color: #999;
  font-size: 14px;
}
.footer-v2 .footer-content .footer-content-list .footer-content-item .about-us .about-us-item:hover a {
  color: #ffffff;
}
.footer-v2 .footer-content .footer-content-list .footer-content-item .about-us .about-us-item a {
  color: #999;
}
.footer-v2 .footer-content .footer-coding {
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 58px;
}
.footer-v2 .footer-content .footer-coding a {
  color: #999999;
}
.footer-v2 .footer-content .footer-coding a:hover {
  color: #ffffff;
}
.footer-v2 .footer-content .footer-coding span:first-child {
  margin-left: 45px;
}
.footer-v2 .footer-content .footer-coding span:last-child {
  margin-left: 10px;
}
.footer-content-item.footer-news {
  width: 100px!important;
}
.link-content {
  border-bottom: 1px solid #262626;
  padding-bottom: 40px;
}
.link-content ul {
  float: left;
}
.link-content .qr-codes {
  float: left;
  width: 28%;
}
.link-content .qr-codes h5 {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.link-content .qr-codes .qr-list {
  margin-top: 55px;
}
.link-content .qr-codes .qr-list li {
  float: left;
  font-size: 14px;
  color: #999999;
  margin-right: 10px;
}
.link-content .qr-codes .qr-list li:last-child {
  margin-right: 0;
}
.link-content .qr-codes .qr-list li img {
  display: block;
  width: 112px;
  height: 112px;
}
.link-content .qr-codes .qr-list li span {
  display: block;
  margin-top: 8px;
  text-align: center;
}
.footer-content .footer-bottom .admin-link {
  text-align: center;
  color: #999999;
  font-size: 16px;
  margin-top: 40px;
}
.footer-content .footer-bottom .admin-link a {
  color: #999999;
}
.footer-content .footer-bottom .admin-link a:hover {
  color: #ffffff;
}
.footer-content .footer-bottom .place {
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
.footer-content .footer-bottom .place span {
  margin-right: 30px;
}
.footer-content .footer-bottom .place span:last-child {
  margin-right: 0;
}
